vcWorkStatement
Sends a work request to a transport controller and waits until the work is complete.
See in: Overview
Module: vcProcessModel
Parent: vcStatement
Children -
Referenced by: -
Properties
Learn how to use properties here. The properties are also inherited from the parent class.
| Name | Type | Access | Description |
| Controller | vcPythonTransportController | RW | Gets or sets the transport controller delegating the work to a resource. |
| ProcessTimeDistributionExpression | String | RW | Gets or sets a value for work duration defined as a distribution expression. |
| ProcessTimeProperty | vcExpressionProperty | R | Gets a property for work duration defined as an expression that must evaluate to a Real value at the start of the statement execution. Unit is seconds of simulation time. |
| ResourcePositionFrame | vcFrameFeature | RW | Gets or sets a position hint where a resource should be when doing the work. Must be from the same component. |
| TimeSource | vcTimeSource | RW | Gets or sets a value to evaluate the ProcessTime or ProcessTimeExpression property to get the work duration. |
| WorkPositionFrame | vcFrameFeature | RW | Gets or sets a position hint where the actual work happens. |